class: center, middle, inverse, title-slide # R & Rstudio ## an Introduction ### Fabio CRUZ ### Université de Lorraine ### 2021/02/01 (updated: 2021-01-27) --- # Learning outcomes At the end of this - You will have a first encounter with R & Rstudio software and its importance for open science - You will have a basic understanding of the main functions --- # What is R? The R Project for Statistical Computing .pull-left[ - R’s mission is to enable the best and most thorough exploration of data possible . - It is a dialect of the S language, developed at Bell Laboratories - ACM noted that S “will forever alter the way people analyze, visualize, and manipulate data” ] .pull-right[ <img src="data:image/png;base64,#https://www.r-project.org/Rlogo.png" width="200px" style="display: block; margin: auto;" /> https://www.r-project.org/ ] --- # What is RStudio .pull-left[ RStudio is an integrated development environment (IDE) that provides an interface by adding many convenient features and tools. ] .pull-right[ <img src="data:image/png;base64,#https://d33wubrfki0l68.cloudfront.net/57299a1dcd979c623325f11bf5e5ce60f3d4eb00/e4602/wp-content/uploads/2018/10/black.png" width="300px" style="display: block; margin: auto;" /> ] --- # R vs RStudio <img src="data:image/png;base64,#https://moderndive.netlify.app/images/shutterstock/R_vs_RStudio_1.png" width="90%" style="display: block; margin: auto;" /> --- # Using Rstudio Cloud account (Recommended) .left-column[ 1. Sign up for Rstudio Cloud Free version: https://rstudio.cloud/ 2. Use you github account! 3. Voila!, C'est bon ] .right-column[ Image ] --- ## Rstudio Cloud account .infobox.important[ **RStudio Cloud is a webpage**, so no installation is required. However, as you have notice, there is some restrictions in the quantity of project and the virtual machine assigned to you. It's the best option to get start!] --- # Understanding Rstudio Interface .left-column[ ] --- # First is first: Console --- class: middle # Hands on the PC! --- # Primers with Rstudio .infobox.assignment[ **Objective** - This tutorial will learn you the basic skills to understand R languages. You will need in each analysis: how to inspect, visualize, subset, and transform your data, as well as how to **run code** with the basic functions. We'll concentrate our attention to this final element, How to **run code** and the basic functions. ] **Timming**: 20 Mins. `<i class="fas fa-check-circle "></i>`{=html} --- # Primers with Rstudio .left-column[ 1. Go to [Rstudio Primers](https://rstudio.cloud/learn/primers/1.2) 2. Complete the tutorial 3. While you are completing, ] .right-column[ <img src="data:image/png;base64,#img/Rstudio-primers-00.jpg" width="80%" style="display: block; margin: auto;" /> ] --- class: middle center you finish?.. good! ## Take 5 min for coffe :) ---